home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / CIRC3.PAK / CIRC3.RC2 < prev    next >
Text File  |  1997-05-06  |  3KB  |  86 lines

  1. //
  2. // CIRC3.RC2 - resources App Studio does not edit directly
  3. //
  4.  
  5. // This is a part of the Microsoft Foundation Classes C++ library.
  6. // Copyright (C) 1992-1994 Microsoft Corporation
  7. // All rights reserved.
  8. //
  9. // This source code is only intended as a supplement to the
  10. // Microsoft Foundation Classes Reference and the
  11. // Books Online documentation provided with the library.
  12. // See these sources for detailed information regarding the
  13. // Microsoft Foundation Classes product.
  14.  
  15. #ifdef APSTUDIO_INVOKED
  16.     #error this file is not editable by App Studio
  17. #endif //APSTUDIO_INVOKED
  18.  
  19. /////////////////////////////////////////////////////////////////////////////
  20. // Version stamp for this DLL
  21.  
  22. #ifdef _WIN32
  23. #include "winver.h"
  24. #else
  25. #include "ver.h"
  26. #endif
  27.  
  28. VS_VERSION_INFO     VERSIONINFO
  29.   FILEVERSION       1,0,0,1
  30.   PRODUCTVERSION    1,0,0,1
  31.   FILEFLAGSMASK     VS_FFI_FILEFLAGSMASK
  32. #ifdef _DEBUG
  33.   FILEFLAGS         VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
  34. #else
  35.   FILEFLAGS         0 // final version
  36. #endif
  37. #ifdef _WIN32
  38.   FILEOS            VOS__WINDOWS32
  39. #else
  40.   FILEOS            VOS__WINDOWS16
  41. #endif
  42.   FILETYPE          VFT_DLL
  43.   FILESUBTYPE       0   // not used
  44. BEGIN
  45.     BLOCK "StringFileInfo"
  46.     BEGIN
  47. #ifdef _WIN32
  48.         BLOCK "040904B0" // Lang=US English, CharSet=Unicode
  49. #else
  50.         BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
  51. #endif
  52.         BEGIN
  53.             VALUE "CompanyName",     "\0"
  54.             VALUE "FileDescription", "CIRC3 OLE Control DLL\0"
  55.             VALUE "FileVersion",     "1.0.001\0"
  56.             VALUE "InternalName",    "CIRC3\0"
  57.             VALUE "LegalCopyright",  "Copyright \251 1994, Microsoft Corporation\0"
  58.             VALUE "LegalTrademarks", "\0"
  59.             VALUE "OriginalFilename","CIRC3.DLL\0"
  60.             VALUE "ProductName",     "CIRC3\0"
  61.             VALUE "ProductVersion",  "1.0.001\0"
  62.             VALUE "OLESelfRegister", "\0"
  63.         END
  64.     END
  65.     BLOCK "VarFileInfo"
  66.     BEGIN
  67. #ifdef _WIN32
  68.         VALUE "Translation", 0x409, 1200
  69.             // English language (0x409) and the Unicode codepage (1200)
  70. #else
  71.         VALUE "Translation", 0x409, 1252
  72.             // English language (0x409) and the Windows ANSI codepage (1252)
  73. #endif
  74.     END
  75. END
  76.  
  77. /////////////////////////////////////////////////////////////////////////////
  78. // Type library for controls in this DLL
  79.  
  80. 1 TYPELIB circ3.tlb
  81.  
  82. /////////////////////////////////////////////////////////////////////////////
  83. // Add additional manually edited resources here...
  84.  
  85. /////////////////////////////////////////////////////////////////////////////
  86.